home *** CD-ROM | disk | FTP | other *** search
/ Champak 110 / jogo-disk-110.iso / Games / tobby_sucuri.swf / scripts / DefineButton2_274 / BUTTONCONDACTION on(press).as next >
Text File  |  2008-11-12  |  393b  |  20 lines

  1. on(press){
  2.    if(_root.windowFlg)
  3.    {
  4.       return undefined;
  5.    }
  6.    _root.SE_down.start(0,0);
  7.    if(_root.instDispFlg)
  8.    {
  9.       _root.instMC.removeMovieClip();
  10.       _root.instDispFlg = false;
  11.    }
  12.    else
  13.    {
  14.       _root.instDispFlg = true;
  15.       _root.attachMovie("instTxt","instMC",_root.depthInst);
  16.       _root.instMC._x = 331;
  17.       _root.instMC._y = 251;
  18.    }
  19. }
  20.